home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Scope / Scope Disk #126 (199x)(Scope PD)(US)[WB].zip / Scope Disk #126 (199x)(Scope PD)(US)[WB].adf / contents < prev    next >
Text File  |  1990-11-27  |  2KB  |  42 lines

  1. Contents Scopedisk126
  2.  
  3. CPU2 v2.0 - Displays CPU type and presence of a maths co-processor.
  4.     Also displays video type and wether system clocking is internal
  5.     or from a genlock. NOTE. This mprogram does not detect a 68030
  6.     cpu in an A3000 - it says the cpu is a 68020 with 68881 maths
  7.     co-pro - which it isn't.
  8.  
  9. MakeData - Turns any file into a series of data statements for 68000 code.
  10.  
  11. ReSource - A demonstartion version of ReSourcean interactive disassembler
  12.     for the Amiga. Three functions are disabled in the demo version.
  13. "Save.asm","Save, patial.asm", and "Save.RS".
  14.  
  15. CTutor - A tutorial of the 'C' language by Brian Kernighan. Many source
  16.     code example in a large tutorial. NOTE. On opening the file to read
  17.     a note saying ....`may contain binary'.. ignore all is ok.
  18.  
  19. ExtractFont -  Will take any standard Amiga font and create a C source
  20.     file so that the font may be used without having to appear in the users
  21.     Fonts: directory. Compile and link into your own program. An example
  22.     with code is included.
  23.  
  24. 6809XASM - An Alpha version of the 6809 cross assembler for the Amiga.
  25.     Included is the source test file usewd to help debug the program.
  26.  
  27. Arexx - A set of Arexx example programs. NOTE these require Arexx support
  28.     library and the program.
  29.  
  30. Enough - Tests for the availablity of enough Ram to do the job. 2 example
  31.     are provided one of which is for Matt Dillons shell.
  32.  
  33. IncRev - Will automatically increment the revision number of a program
  34.     every time it is recompiled. Creates its own object module Rev.o. which
  35.     contains a global symbol called Revision which is a longword variable.
  36.     Get access to this in C by inserting "extern long revision;"in your code.
  37.  
  38. AToolsm2 - A collection of simple to use audio routines that enable the
  39.     user to queue up several sounds and have the audio device play them
  40.     sequentially while your program continues doing what it is doing,
  41.     without    going directly to the hardware.
  42.